翻訳と辞書
Words near each other
・ Finland at the 1988 Summer Olympics
・ Finland at the 1988 Winter Olympics
・ Finland at the 1992 Summer Olympics
・ Finland at the 1992 Winter Olympics
・ Finland at the 1994 Winter Olympics
・ Finland at the 1996 Summer Olympics
・ Finland at the 1996 Summer Paralympics
・ Finite part
・ Finite pointset method
・ Finite potential well
・ Finite Records
・ Finite ring
・ Finite Risk insurance
・ Finite set
・ Finite state machine with datapath
Finite state transducer
・ Finite strain theory
・ Finite strip method
・ Finite subdivision rule
・ Finite thickness
・ Finite topological space
・ Finite topology
・ Finite type invariant
・ Finite verb
・ Finite Volume Community Ocean Model
・ Finite volume method
・ Finite volume method for one-dimensional steady state diffusion
・ Finite volume method for three-dimensional diffusion problem
・ Finite volume method for two dimensional diffusion problem
・ Finite volume method for unsteady flow


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Finite state transducer : ウィキペディア英語版
Finite state transducer

A finite state transducer (FST) is a finite state machine with two tapes: an input tape and an output tape. This contrasts with an ordinary finite state automaton (or finite state acceptor), which has a single tape.
==Overview==

An automaton can be said to ''recognize'' a string if we view the content of its tape as input. In other words, the automaton computes a function that maps strings into the set . Alternatively, we can say that an automaton ''generates'' strings, which means viewing its tape as an output tape. On this view, the automaton generates a formal language, which is a set of strings. The two views of automata are equivalent: the function that the automaton computes is precisely the indicator function of the set of strings it generates. The class of languages generated by finite automata is known as the class of regular languages.
The two tapes of a transducer are typically viewed as an input tape and an output tape. On this view, a transducer is said to ''transduce'' (i.e., translate) the contents of its input tape to its output tape, by accepting a string on its input tape and generating another string on its output tape. It may do so nondeterministically and it may produce more than one output for each input string. A transducer may also produce no output for a given input string, in which case it is said to ''reject'' the input. In general, a transducer computes a relation between two formal languages.
Each string-to-string finite state transducer relates the input alphabet Σ to the output alphabet Γ. Relations ''R'' on Σ
*×Γ
* that can be implemented as finite state transducers are called rational relations. Rational relations that are partial functions, i.e. that relate every input string from Σ
* to at most one Γ
*, are called rational functions.
Finite-state transducers are often used for phonological and morphological analysis in natural language processing research and applications. Pioneers in this field include Ronald Kaplan, Lauri Karttunen, Martin Kay and Kimmo Koskenniemi.
A common way of using transducers is in a so-called "cascade", where transducers for various operations are combined into a single transducer by repeated application of the composition operator (defined below).

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Finite state transducer」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.